home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / include / linux / oom.h < prev    next >
C/C++ Source or Header  |  2008-10-24  |  259b  |  11 lines

  1. #ifndef __INCLUDE_LINUX_OOM_H
  2. #define __INCLUDE_LINUX_OOM_H
  3.  
  4. /* /proc/<pid>/oom_adj set to -17 protects from the oom-killer */
  5. #define OOM_DISABLE (-17)
  6. /* inclusive */
  7. #define OOM_ADJUST_MIN (-16)
  8. #define OOM_ADJUST_MAX 15
  9.  
  10. #endif /* _INCLUDE_LINUX_OOM_H */
  11.